home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / Partition Logic 0.61 / partlogic-0.61.iso / programs / helpfiles / md5.txt < prev    next >
Text File  |  2006-01-31  |  430b  |  15 lines

  1.  
  2.  -- md5 --
  3.  
  4. Calculate and print one or more MD5 digests.  MD5 is a one-way hashing
  5. (encryption) algorithm which can be used to calculate checksums or encrypt
  6. passwords.
  7.  
  8. Usage:
  9.   md5 [string1] [string2] [...]
  10.  
  11. This command will print one line of MD5 digest for each string parameter
  12. supplied.  If no parameter is supplied, the digest will still be created,
  13. but for an empty string (which is "d41d8cd98f00b204e9800998ecf8427e").
  14.  
  15.